home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 January / PCWorld_2002-01_cd.bin / Novinky / Becher / 1. Zlaty Kalich / ZlatyKalich.exe / scripts / frame_1989 / DoAction.as
Text File  |  2001-11-12  |  179b  |  9 lines

  1. if(_root.draglej == 0)
  2. {
  3.    _root.kuse._x = _root._xmouse;
  4.    _root.kuse._y = _root._ymouse;
  5.    _root.kuse._visible = true;
  6.    Mouse.hide();
  7.    startDrag(_root.kuse,0);
  8. }
  9.